net/http.http2ClientConn.inflow (field)
8 uses
net/http (current package)
h2_bundle.go#L6981: inflow http2flow // peer's conn-level flow control
h2_bundle.go#L7432: cc.inflow.add(http2transportDefaultConnFlow + http2initialWindowSize)
h2_bundle.go#L8664: cs.inflow.setConnFlow(&cc.inflow)
h2_bundle.go#L9124: if v := cc.inflow.available(); v < http2transportDefaultConnFlow/2 {
h2_bundle.go#L9126: cc.inflow.add(connAdd)
h2_bundle.go#L9165: cc.inflow.add(int32(unread))
h2_bundle.go#L9217: cc.inflow.add(int32(f.Length))
h2_bundle.go#L9279: cc.inflow.add(int32(refund))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)